DropboxResponse`1 Class

Version 1.0.0-beta001
.NET Framework 4.7
Namespace Skybrud.Social.Dropbox.Responses
Assembly Skybrud.Social.Dropbox.dll
Visibility Public
Inheritance

Class representing a response from of the Dropbox API.

public class DropboxResponse`1 : DropboxResponse { }

Properties

Type Name Summary
T Body

Gets the body of the response.

IHttpResponse Response (inherited from HttpResponseBase)
HttpStatusCode StatusCode (inherited from HttpResponseBase)
String StatusDescription (inherited from HttpResponseBase)
String Method (inherited from HttpResponseBase)
String ContentType (inherited from HttpResponseBase)
IHttpHeaderCollection Headers (inherited from HttpResponseBase)